home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Updaters / Authorware 4 Components / Goodies / FTP / ftp.XCMD / ftp.XCMD.adf / APM3_130 next >
Text File  |  1997-05-29  |  463b  |  16 lines

  1. fiftpID := FtpOpen( )
  2.  
  3. Allocates and initializes resources for the FTP session. It
  4. must be the first function called by the client Authorware
  5. application. Returns the handle to the FTP session or zero if
  6. an error occurred.
  7.  
  8. tion called by the client Authorware
  9. application. Returns the handle to the FTP session or zero if
  10. an error occurred.
  11.  
  12. Returned value:
  13.  
  14. positive  FTP session ID that must be passed to other functions.
  15. negative  Error occurred in function.